Skip to content

Conversation

LFDanLu
Copy link
Member

@LFDanLu LFDanLu commented Jun 18, 2025

Reported in slack

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

RSP

@rspbot
Copy link

rspbot commented Jun 18, 2025

Build successful! 🎉

let empty = new LayoutInfo('empty', 'empty', rect);
empty.parentKey = layoutInfo.key;
empty.isSticky = true;
empty.allowOverflow = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had we accidentally removed this? or what happened? the issue looks familiar, so just want to make sure we aren't reintroducing some other issue

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from what I could tell via my digging, I think we just accidentally removed it. This break originates from this larger refactor: #6451 (and specifically https://github.com/adobe/react-spectrum/pull/6451/files#diff-d0c8a9ca3c72c8c8d461ad870324b199b779e399511a4aab54eb42ce3472820eL288-L293 I think) which had other similar overflow fixes caught and fixed via #6711. This specific one seems to have slipped through the cracks

@LFDanLu LFDanLu added this pull request to the merge queue Jun 18, 2025
Merged via the queue into main with commit 4b1f8a9 Jun 18, 2025
32 checks passed
@LFDanLu LFDanLu deleted the fix_empty_state branch June 18, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants